'Declaration Public Overloads Shared Function Convert( _
ByVal ParamArray pointsThe points to convert.() As System.Windows.Point _
) As Vintasoft.Primitives.VintasoftPoint[]
public static Vintasoft.Primitives.VintasoftPoint[] Convert(
params System.Windows.Point[] points
)
public: static Vintasoft.Primitives.VintasoftPoint[] Convert(
params System.Windows.Point[]* points
)
public:
static Vintasoft.Primitives.VintasoftPoint[] Convert(
... array<System.Windows.Point>^ points
)
Parameters
- points
- The points to convert.
Return Value
Converted points.